home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / ABCgames.swf / scripts / DefineButton2_199 / BUTTONCONDACTION on(release).as
Text File  |  2008-08-08  |  102b  |  7 lines

  1. on(release){
  2.    gotoAndPlay(2);
  3.    _parent.qq.gotoAndStop(2);
  4.    _root.c.nextFrame();
  5.    K++;
  6. }
  7.